National Repository of Grey Literature 50 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
System for Automatic Filtering of Tests
Lysoněk, Milan ; Smrčka, Aleš (referee) ; Malík, Viktor (advisor)
Cílem této práce je vytvořit systém, který je schopný automaticky určit množinu testů, které mají být spuštěny, když dojde v ComplianceAsCode projektu ke změně. Navržená metoda vybírá množinu testů na základě statické analýzy změněných zdrojových souborů, přičemž bere v úvahu vnitřní strukturu ComplianceAsCode. Vytvořený systém je rozdělen do čtyř částí - získání změn s využitím verzovacího systému, statická analýza různých typů souborů, zjištění souborů, které jsou ovlivněny těmi změnami, a výpočet množiny testů, které musí být spuštěny pro danou změnu. Naimplementovali jsme analýzu několika různých typů souborů a náš systém je navržen tak, aby byl jednoduše rozšiřitelný o analýzy dalších typů souborů. Vytvořená implementace je nasazena na serveru, kde automaticky analyzuje nové příspěvky do ComplianceAsCode projektu. Automatické spouštění informuje přispěvatelé a vývojáře o nalezených změnách a doporučuje, které testy by pro danou změnu měly být spuštěny. Tím je ušetřen čas strávený při kontrole správnosti příspěvků a čas strávený spouštěním testů.
Automation of MitM Attack on WiFi Networks
Vondráček, Martin ; Lichtner, Ondrej (referee) ; Pluskal, Jan (advisor)
Tato bakalářská práce se zaměřuje na výzkum v oblasti bezpečnosti bezdrátových sítí. Práce přináší studii široce využívaných síťových technologií a principů zajištění bezpečnosti bezdrátových sítí. Analyzované technologie a způsoby zabezpečení trpí slabinami, které mohou být zneužity k provedení útoku MitM . Práce zahrnuje přehled dostupných nástrojů zaměřených na využití jednotlivých slabin. Výsledkem této práce je balíček wifimitm a CLI nástroj, oba implementované v jazyce Python. Balíček poskytuje funkcionalitu pro automatizovaný útok MitM a může být použit jako součást dalšího software. Nástroj wifimitmcli je schopen úspěšného provedení plně automatizovaného útoku bez jakéhokoli zásahu útočící osoby. Tento výzkum nachází využití v oblasti automatizovaných penetračních testů a forenzního vyšetřování.
Performance Optimization of Testing Automation Framework Based on Beakerlib
Heger, Jakub ; Smrčka, Aleš (referee) ; Šimková, Hana (advisor)
Cílem této práce je analyzovat a optimalizovat výkon testovací knihovny BeakerLib, konkrétnělogovacího mechanizmu, který byl nahlášený jako problematický z hlediska výkonu. Prvníčást práce se zabývá analýzou daného problému, v druhé jsou popsány navržená řešení ajejich implementace. Na závěr bylo provedeno měření výkonu implmentovaných řešení abydošlo k ověření úspěšnosti. Tato práce byla řešena ve spolupráci s firmou Red Hat.
A Framework for Static Analysis of Shell Scripts
Svoboda, František ; Kočí, Radek (referee) ; Smrčka, Aleš (advisor)
The aim of this work is to create framework for static analysis of Unix shell scripts.  Bourne-again shell is chosen as the primary subject of interest. The first part of the project discusses a principles of static analysis and current static analysis tools. The diploma thesis presents a framework based on modular system,   which enables plug-ins to perform different kinds of analysis on scripts. Framework includes plug-in management, means of interaction, handling outputs and input setting. This thesis also contains the description of a few plug-ins, designed to perform basic analysis of scripts.
Monitoring of communication properties in Internet
Iľko, Pavol ; Červenka, Vladimír (referee) ; Komosný, Dan (advisor)
This thesis deals with measuring transmission parameters of the Internet network, in particular latency of ping, SSH protocol and bandwidth. The thesis is divided into a theoretical and a practical part. Theoretical part describes PlanetLab network, its brief history and contemporary projects. At the same time, tools for data mining from web pages are described. These information obtained from the theoretical part are used for creating PlanetLab nodes list and for programming applications which measure the network transmission parameters. Applications, list of nodes and obtained data are attached on DVD disc.
Geographic location of PlanetLab servers
Iľko, Pavol ; Balej, Jiří (referee) ; Komosný, Dan (advisor)
This thesis deals with accuracy of location of nodes in experimental network PlanetLab. Thesis is devided into a theoretical and a practical part. Theoretical part consists of the description of network PlanetLab, its brief history and current projects. At the same time, Google Maps framework, which is later employed in the practical part, is described. Practical part describes the functionality of the application aimed at validation of location accuracy. Nextly, the application measuring latency of node to SSH is also described, as well as the map which contains PlanetLab nodes located in Europe. Applications and obtained data are attached on CD disk.
Automatic Tool-Chain Testing System
Aschenbrenner, Vojtěch ; Šuška, Boris (referee) ; Hruška, Tomáš (advisor)
Project Lissom is developing environment for design application specific processors or SoC (System on Chip). Project developes tools like assembler, disassembler, simulator, C compiler etc. Environment testing is required and It's main reason for this work. The work is about software testing, types of testing and about existing testing systems. The inspiration from existing systems is used for design and implementation Lissom testing system. System is comparing tools outputs with reference files. The system needs Bugzilla client end e-mail sender for complete functionality. These tools were also created.
Filtering of Texts Extracted from PDF, OCR or Web
Žigárdi, Tomáš ; Plchot, Oldřich (referee) ; Szőke, Igor (advisor)
This bachelor thesis describes normalization of texts created by conversion of other formats and creation of pronunciation dictionaries. They are important in speech processing process. Mistakes caused by conversion and original solution of this problem are analyzed. Design and implementation of normalization steps and pronunciation dictionaries is shown. Results are compared with results of original solution of this problem.
Automatic configuration of workstations in Cisco academy laboratory
Homolka, Jiří ; Jelínek, Mojmír (referee) ; Komosný, Dan (advisor)
My thesis is focused on the subject of working with distant stations connected with the laboratory control of Cisco academy. Station operations, i.e. laboratory control, have been carried in the environment of the Linux operating systems. The first part of the thesis includes a description of the laboratory, its network architecture and software equipment. Also, the VMware tool is described here. VMware tool is intended for virtualization of computer stations, where the virtual station is created. In this virtual station another operating system may be run. The problems of the command interpreter, its function and possibilities are described here too. Main attention is devoted to the Bash command interpreter and to the creation of the scripts. There are descriptions of the basic tools intended for the network communication with the distant stations. Among the most important parts belong the protected communication, the production of the autentization keys as well as the tool for data recording on more stations at the same time. The description of the access rights to the files and directories is included too. The target of this thesis was to create the scripts in the Bash programming language. The scripts are focused on working with the laboratory stations. They are the sublayers of the common project for this laboratory control. They were developed for the cooperation with the the web interface and MySQL database, created by Bc. Zdeněk Hrabal. The Scripts are intended for the finding information about the stations and virtual systems, and also for the recording images and configuration files of the virtual systems at the distant stations. Recording files and directories is enabled too. The other scripts deal with the erasing and changing of the rights of the particular files and directories. Setting commads with the super-user competence is used at this place. The scripts for the switching on and off the laboratory workstations were created too. To solve the problem described above I chose to develope more scripts. Each of them subserves the particular part of the task. The form of the input and output data of the scripts was select with the reference to the cooperation with the web interface and database. The data are implemented by the form of the input and output files. The output information and the process of the carried operations are displayed through the web interface. The scripts together with the web interface are placed and run from the school server adela.utko.feec.vutbr.cz. In the thesis the settings of the access privileges for the current directories and the files of virtual systems and scripts are presented too.
Automatic Regression Tests for SDK and CMSIS
Svoboda, Tomáš ; Šimková, Hana (referee) ; Crha, Adam (advisor)
In my bachelor thesis, I deal with design and description of implementation of automatic regression tests for SDK and CMSIS software packages using the continuous integration system Atlassian Bamboo. The goal was to create a set of tests over IDE interfaces MCUXpresso, IAR Workbench, uVision. Furthermore, to compare file structures and files between new and previous versions of software packages. An essential part of my work is also a theoretical basis concerning the algorithm and comparison of XML files and his modifications. For visualizing large amounts of data from the regression test output, it was necessary to create a clear interface.

National Repository of Grey Literature : 50 records found   1 - 10nextend  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.